home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / graphics / povibm_2.zip / IBMDOCS / IBMPC.DOC next >
Text File  |  1994-02-03  |  5KB  |  123 lines

  1.  
  2. This file contains the documentation specific to the IBM-PC version of
  3. POV-Ray. See POVRAY.DOC for general program info.
  4.  
  5.   The executable POVRAY.EXE was compiled using the Intel Code Builder   
  6. 32 bit protected mode compiler. A 386 or 486 and at least 2 meg of RAM
  7. are required to run this program. See IBMPCEXE.DOC for more info.
  8.  
  9. Running POV-Ray:
  10.    POV-Ray is run from the DOS command line by typing the program name,
  11.    povray.exe. Command line options are 
  12.  
  13.    
  14. Display Options:
  15. +d   = Alone, will autodetect the display type and display the image 
  16.        to the screen as it's being worked on. Try specifying the display
  17.        type explicitly if autodetect doesn't work. +d? will invoke a
  18.        message to report what display POV-Ray is detecting.
  19.  
  20. -v   =  Usually, you should use -v in conjunction with +d. This 
  21.         will turn off the line number text display. It will work
  22.         with some display options. You can experiment to see which.
  23.  
  24. +d#p = The first character after d is the display type, resolution is 
  25.        automatically selected. The second character is the palette type
  26.        or color selection method.
  27.  
  28. Some Examples
  29. --------------
  30. +d0h = Autodetect the VGA display type
  31.        and display the image to the screen
  32.        as it's being worked on.
  33.        Use the Sierra HiColor chip and
  34.        dithering to display more than 32,000
  35.        colors on screen. Looks great!
  36. +d1  = Display to standard VGA screen 320x200.
  37.        Try this if your SVGA display is not supported.
  38.        Use this option to get a scaled image in a window
  39.        on the OS/2 2.x desktop.
  40.  
  41. +dG0 = Display to a VESA VGA adapter and
  42.        use the HSV palette option.
  43. +dG3 = Display to a VESA VGA adapter and use 
  44.        the 332 palette option.
  45. +dGH = Display to a VESA VGA adapter and use 
  46.        the HiColor option for 32,768 colors.
  47. +dGT = Display to a VESA VGA adapter and use
  48.        the TrueColor option for over 16 
  49.        million colors.
  50.  
  51. ( Note that your VESA BIOS *MUST* support these options in order  )
  52. ( for you to use them!! Some cards may support HiColor &/or       )
  53. ( TrueColor at the hardware level but *not* thru their VESA BIOS. )
  54.  
  55. +d4  = Display to a TSENG 4000 chipset VGA using
  56.        the 332 palette option.
  57.  
  58. +d4h = Display to a TSENG 4000 chipset VGA using
  59.        the HiColor option.
  60.  
  61. If your card isn't autodetected correctly try all the options. 
  62. If no option works, just use +d1 for standard VGA.
  63.  
  64. DISPLAY OPTIONS:
  65.     +d0     Autodetect (S)VGA type (Default)
  66.     +d1     Standard VGA 320x200
  67.     +d2     Standard VGA 360 x 480
  68.     +d3     Tseng Labs 3000 SVGA 640x480
  69.     +d4     Tseng Labs 4000 SVGA 
  70.     +d5     AT&T VDC600 SVGA 640x400
  71.     +d6     Oak Technologies SVGA 640x480
  72.     +d7     Video 7 SVGA 640x480
  73.     +d8     Video 7 Vega (Cirrus) VGA 360x480
  74.     +d9     Paradise SVGA 640x480
  75.     +dA     Ahead Systems Ver. A SVGA 640x480
  76.     +dB     Ahead Systems Ver. B SVGA 640x480
  77.     +dC     Chips & Technologies SVGA 640x480
  78.     +dD     ATI SGVA 640x480
  79.     +dE     Everex SVGA 640x480
  80.     +dF     Trident SVGA 640x480
  81.     +dG     VESA Standard SVGA Adapter
  82.     +dH     ATI XL display card
  83.     +dI     Diamond Computer Systems SpeedSTAR 24X
  84.             (Note: The SpeedSTAR 24X will -not- be autodetected with the +d0 )
  85.             (      option.                                                   )
  86.  
  87. PALETTE OPTIONS:
  88.     +d?3 Use 332 palette with dithering 
  89.           (Default and best for VGA systems)
  90.  
  91.     +d?h Use HiColor option. 
  92.           Displays 32,000+ colors with dithering. 
  93.           Supported on VESA, SpeedSTAR 24X, 
  94.           ATI XL HiColor and Tseng 4000 based cards 
  95.           with Sierra & Sierra compatible Cirrus DAC's 
  96.           only. Looks great!
  97.  
  98.     +d?0 Use HSV palette option for VGA display
  99.  
  100.     +d?G Use Grayscale palette option for VGA display
  101.  
  102.     +d?T For Truecolor 24 bit cards. Use 24 bit color.
  103.           Supported on the Diamond SpeedSTAR 24X and
  104.           cards with 24bit VESA support only.
  105.  
  106.  
  107. File Formats:
  108.    The default file format for the IBM-PC is Targa (+ft). This format 
  109. is a 24 bit color image allowing over 16 million colors to be created.
  110. Most IBM-PC systems do not have the capability to directly display
  111. Targa images. They must be converted to 256 color GIF images so they
  112. can be viewed on a VGA or SVGA display. To convert a TGA file to a GIF
  113. file, get a copy of  PICLAB or Image Alchemy which can be found on 
  114. Compuserve, America On-Line, and many BBS's. The program documentation
  115. will describe how to convert a TGA to a GIF.
  116.  
  117.   Also, many SVGA cards now have a Sierra HiColor DAC for 15/16 bit color.
  118. Get a copy of the program TGVIEW and you can see your rendered images
  119. in "almost" full color.
  120.    
  121.  
  122.  
  123.